Commit a037b37f authored by 廖旭伟's avatar 廖旭伟

客户作品统计bug修改

parent eadae10d
......@@ -17,9 +17,4 @@ import com.mortals.xhx.module.customer.service.CustomerWorkDesignStatService;
@Service("customerWorkDesignStatService")
public class CustomerWorkDesignStatServiceImpl extends AbstractCRUDServiceImpl<CustomerWorkDesignStatDao, CustomerWorkDesignStatEntity, Long> implements CustomerWorkDesignStatService {
@Override
protected void saveBefore(CustomerWorkDesignStatEntity entity, Context context) throws AppException {
this.validData(entity, context);
entity.setCustomerId(this.getContextUserId(context));
}
}
\ No newline at end of file
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