1
This commit is contained in:
@@ -256,6 +256,11 @@ class Journal extends Base {
|
||||
$update['email'] = $data['email'];
|
||||
$update['epassword'] = $data['epassword'];
|
||||
$update['kfen'] = $data['kfen'];
|
||||
if(isset($data['fee'])&&$data['fee']!=0){
|
||||
$update['fee'] = $data['fee'];
|
||||
}
|
||||
|
||||
|
||||
$update['scope'] = isset($data['scope'])?trim($data['scope']):"";
|
||||
$this->journal_obj->where('journal_id',$data['journal_id'])->update($update);
|
||||
return jsonSuccess([]);
|
||||
|
||||
Reference in New Issue
Block a user