|
@@ -588,7 +588,7 @@ module.exports = app => {
|
|
|
|
|
|
}
|
|
|
async _updatePos(revise, data) {
|
|
|
- await this.checkMeasureType(measureType.tz.value);
|
|
|
+ // await this.checkMeasureType(measureType.tz.value);
|
|
|
if (!data.posPostType) throw '数据错误';
|
|
|
switch (data.posPostType) {
|
|
|
case 'add':
|