Commit 6ecd39cb by 冷斌

add

parent d8700f51
......@@ -40,9 +40,7 @@ class WelfareController extends AdminbaseController
];
try{
if (empty($check)) {
$a = M("welfare_rate")->create($p);
var_dump($a);
die;
M("welfare_rate")->create($p);
} else {
$b = M("welfare_rate")->where("id=1")->save($p);
var_dump($b);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment